﻿.cards {
    background: url(images/cards.jpg) no-repeat center;
    width: 100%;
    background-size: contain;
    background-position: top left;
    background-repeat: no-repeat;
    height: 50px;
    margin-bottom: 30px
}

#clickToPayForm div:nth-child(17) div,
#ReferenceList_3__Value,
#clickToPayForm div:nth-child(17) label {
    display: none;
}

.form-control {
    width: 90%;
}

.imgLogo {
    height: 80%;
}

h4.title {
    color: #193354;
}

.card .form-group.cvc {
    left: 42px;
}

.navbar {
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark {
    --bs-navbar-toggler-border-color: rgba(0, 0, 0, 0.1);
}

.body-head .title {
    color: #193354;
}

.header {
    box-shadow: 0 50px 0 0 #1863ab;
}

.body-head .thanks {
    color: #1863ab !important;
}

.body-content .next .btn.btn-primary,
.body-content .back .btn.btn-primary,
.btn-primary,
.body-content .search .btn.btn-secondary,
.body-content .clear .btn.btn-secondary {
    background-color: #1863ab;
    color: #FFFFFF;
}

.nav-container {
    background-color: #1863ab;
}

.navbar-ref {
    color: #FFFFFF !important;
}

.dropdown-item a {
    background-color: #FFFFFF;
    color: #000000;
}

.btn:hover {
    background-color: #1863ab;
    color: #FFFFFF;
}

#userContainer nav ul li a {
    background-color: #1863ab;
    color: #FFFFFF;
}

span.question:hover:after,
span.questionToolTip:hover:after {
    background-color: #1863ab;
    color: #FFFFFF;
}

span.question:before,
span.questionToolTip:before {
    border-color: transparent #1863ab transparent transparent;
}

.navbar-ref:hover,
.navbar-ref:active,
.navbar-ref:focus {
    color: #1863ab !important;
}

#amount {
    margin-top: 47px;
}

.stepwizard-step a.active,
.stepwizard-step a.active:before,
.order-confirmation button {
    background-color: #1863ab !important;
    color: #FFFFFF;
}

.stepwizard .arrow.preactive {
    background-color: #1863ab;
    height: 48px;
}

.stepwizard-step a.active .arrow,
.stepwizard-step a.done .arrow {
    border-left: 10px solid #1863ab;
    height: 48px;
}

footer {
    background-color: #F1F1F5;
    height: auto;
}

footer .col-sm-9 {
    width: 100%;
}

.cover {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.leftsideFooter,
.rightsideFooter {
    width: 50%;
}

.leftsideFooter img {
    width: 268px;
    margin-top: 10px;
    float: left;
}

.rightsideFooter img {
    width: 268px;
    float: right;
    margin-top: 15px;
}

.copyrightFooter {
    text-align: left;
    margin-top: 16px;
    margin-bottom: 0px;
    color: #ffffff;
}

.footerProvider {
    display: none;
}

@media (max-width: 767px) {
    .header {
        margin-bottom: 80px;
    }

    .leftsideFooter, .rightsideFooter {
        width: 350px;
        text-align: center;
    }

    .rightsideFooter img {
        clear: right;
        float: none;
    }

    .leftsideFooter img {
        clear: left;
        float: none;
    }

    .copyrightFooter {
        margin-top: 30px;
    }
}

#countryContainer .select2-selection__arrow {
    display: none;
}

#countryContainer .select2-selection__rendered {
    padding-right: 0 !important;
}
